home *** CD-ROM | disk | FTP | other *** search
/ Painter Bear's Language Bridge — Italian / Bridge_ponte_itialian.iso / pc / xtras / -pmatic.dir / Internal_16_main screen frame script.ls < prev    next >
Encoding:
Text File  |  1999-09-22  |  995 b   |  16 lines

  1. on exitFrame
  2.   global gPreview
  3.   if the controlDown then
  4.     set the text of cast "info sheet" to "Preview" && word 2 to the number of words in the text of cast "info sheet" of the text of cast "info sheet"
  5.     set the text of cast "docs" to "Preview" && word 2 to the number of words in the text of cast "docs" of the text of cast "docs"
  6.     set the text of cast "order form" to "Preview" && word 2 to the number of words in the text of cast "order form" of the text of cast "order form"
  7.     set gPreview to 1
  8.   else
  9.     set the text of cast "info sheet" to "Print" && word 2 to the number of words in the text of cast "info sheet" of the text of cast "info sheet"
  10.     set the text of cast "docs" to "Print" && word 2 to the number of words in the text of cast "docs" of the text of cast "docs"
  11.     set the text of cast "order form" to "Print" && word 2 to the number of words in the text of cast "order form" of the text of cast "order form"
  12.     set gPreview to 0
  13.   end if
  14.   go(the frame)
  15. end
  16.